-
Notifications
You must be signed in to change notification settings - Fork 122
Update to Xcode 16.2. #1715
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Update to Xcode 16.2. #1715
+92
−65
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### Android - com.google.android.gms.play_services_base → 18.7.0 - com.google.firebase.firebase_bom → 33.13.0 ### iOS - Firebase/Analytics → 11.12.0 - Firebase/AppCheck → 11.12.0 - Firebase/Auth → 11.12.0 - Firebase/Core → 11.12.0 - Firebase/CoreOnly → 11.12.0 - Firebase/Crashlytics → 11.12.0 - Firebase/Database → 11.12.0 - Firebase/DynamicLinks → 11.12.0 - Firebase/Firestore → 11.12.0 - Firebase/Functions → 11.12.0 - Firebase/Installations → 11.12.0 - Firebase/Messaging → 11.12.0 - Firebase/RemoteConfig → 11.12.0 - Firebase/Storage → 11.12.0 > Created by [Update Android and iOS dependencies workflow](https://github.com/firebase/firebase-cpp-sdk/actions/runs/14843117973).
⏳ Integration test in progress...Requested by @jonsimantov on commit aa9dee3 |
This reverts commit a17e21c.
This reverts commit 4992986.
a-maurice
approved these changes
May 20, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Requires updating Mac runners to macos-13, which changes the Mac builders from x64 to arm64. This means that the x64 build is now the cross-compilation build, which in turns changes all the tests.
Also requires updating Python to 3.8 in the CI actions, as 3.7 is not available on arm64.
Testing
Type of Change
Place an
x
the applicable box:Notes
Release Notes
section ofrelease_build_files/readme.md
.